Welcome![Sign In][Sign Up]
Location:
Search - cimage mfc

Search list

[Other resourceopbmp

Description: 使用MFC类库的CImage类实现读取图片文件并能缩放显示-use of the MFC CImage Class Implementation read image files and can zoom show
Platform: | Size: 110480 | Author: 司慧琳 | Hits:

[GUI Develop20040901082001_vczx_Ex_Image

Description: 使用CImage类处理图像显示与格式转换 MFC 界面编程
Platform: | Size: 111712 | Author: czq | Hits:

[Picture Vieweropbmp

Description: 使用MFC类库的CImage类实现读取图片文件并能缩放显示-use of the MFC CImage Class Implementation read image files and can zoom show
Platform: | Size: 110592 | Author: 司慧琳 | Hits:

[GUI Develop20040901082001_vczx_Ex_Image

Description: 使用CImage类处理图像显示与格式转换 MFC 界面编程-CImage category deal with the use of image display and format conversion MFC programming interface
Platform: | Size: 111616 | Author: czq | Hits:

[VC/MFCMFCimageprocess

Description: 图象的边沿检测与提取,轮廓跟踪算法代码,图像的几何变换算法,图象平滑处理源代码,图象的检测,模板匹配算法代码,全部已经用MFC进行了封装,可以用于二次开发.开发环境VC6,OS为windows-Image edge detection and extraction, contour tracking algorithm code, image geometric transformation algorithms, source code for image smoothing, image detection, template matching algorithm code, all have been carried out using MFC package can be used for secondary development. development environment VC6, OS for windows
Platform: | Size: 114688 | Author: 阮健 | Hits:

[Windows DevelopImageShow

Description: 使用VC++的CImage类显示和保存图像,利用MFC编程-The use of VC++ Class CImage the display and preservation of images, the use of MFC Programming
Platform: | Size: 3848192 | Author: jason | Hits:

[Windows DevelopImageN

Description: 利用CImage类对图像进行处理,包括二值化、开闭运算、腐蚀、锐化等,MFC编程-CImage category using the image processing, including binary, opening and closing operations, corrosion, such as sharpening, MFC Programming
Platform: | Size: 253952 | Author: jason | Hits:

[Picture ViewerVC_Graphics_rendering_and_image_display

Description: VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of image processing applications CImage example, in the dialog box shown in pictures, graphics rendering
Platform: | Size: 920576 | Author: liuzhenzhou | Hits:

[GUI DevelopJpgImageLoad

Description: 用Image类加载jep,gif等图片到MFC中。CImage类要比CBitmap优秀很多。-With the Image class loading jep, gif and other images in the MFC. CImage class CBitmap than a lot of good.
Platform: | Size: 111616 | Author: echo | Hits:

[Otherpicture3

Description: 利用MFC实现画图功能,利用CImage类作为画图控件,实现矩形、椭圆等不同图形、不同线型的绘制。-Achieved using MFC drawing functions, the use of CImage class as drawing the control to achieve rectangle, ellipse different graphics, different line drawing.
Platform: | Size: 5213184 | Author: lee | Hits:

[Special EffectsCImg-1.3.4

Description: CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。CImage::AlphaBlend和CImage::TransparentBlt也只能在 Windows 2000/98或其更高版本中使用。即使在Windows 2000运行程序还必须将stdafx.h文件中的WINVER和_WIN32_WINNT的预定义修改成0x0500才能正常使用。-CImage class CImage MFC and ATL is a new class of share, it transferred from the external disk in a JPEG, GIF, BMP, and PNG image file format to be displayed, and these file formats are interchangeable. As CImage Windows operating systems in different some of its properties are different, so special attention when in use. For example, CImage:: PlgBlt and CImage:: MaskBlt only in Windows NT 4.0, or later use, but will not run on Windows 95/98 application. CImage:: AlphaBlend and CImage:: TransparentBlt only in Windows 2000/98 or later use. Even in the Windows 2000 operating procedures must also stdafx.h file WINVER and _WIN32_WINNT 0x0500 predefined modified to be used normally.
Platform: | Size: 9331712 | Author: 郑飞 | Hits:

[Special EffectsImageProcessing

Description: 数字图像处理代码,实现了数字图像处理大部分功能,如图像类型转换、几何变换、空域滤波、频域滤波、分割和轮廓提取。。。基于MFC的CImage类-Digital image processing code, achieving the majority of digital image processing functions such as image type conversion, geometric transformation, spatial filtering, frequency domain filtering, segmentation and contour extraction. . . Class based on MFC' s CImage
Platform: | Size: 32774144 | Author: 徐启龙 | Hits:

[Picture ViewerTestimage

Description: 是用MFC中类CImage显示图片,可以实现移动-using the class CImage which is in MFC,you can take the picture everywhere!
Platform: | Size: 20205568 | Author: 叶强强 | Hits:

[GDI-BitmapCImage

Description:  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++ the CBitmap class and static picture control function is relatively weak, it only shows the icon resources, bitmaps, cursors, as well as the contents of the metafile, rather than the Image control in VB show the vast majority of external image files (BMP, GIF,, JPEG, etc.). Therefore, I want to display external image files in a dialog or other window only by means of third party controls or code. Now, new class CImage MFC and ATL shared many of the corresponding method for image processing, which makes the Visual C++ of defects in the image is gone forever.
Platform: | Size: 233472 | Author: terry | Hits:

[Graph DrawingCImageShow

Description: MFC绘图类CImageShow(使用IImage接口实现)-MFC CImage
Platform: | Size: 2048 | Author: ran | Hits:

[GDI-BitmapCImage--Class

Description: Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。 现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法.-The Visual C++ class CBitmap and static picture control function is weak, it can only show in a resource, bitmap, cursor and icon metafile contents, rather than VB in Image control can display the external image files most (BMP, GIF, JPEG etc.). Therefore, to show the external image files only with control or code provided to the third party in the dialog box or other window. Now, a new class of CImage MFC and ATL sharing provides a number of the corresponding method for image processing.
Platform: | Size: 13312 | Author: 赵聪 | Hits:

[Chess Poker gamesBWChess

Description: 用mfc简单实现的五子棋,主要使用了CImage类绘制,没有AI,只支持同电脑两人-Mfc achieved with a simple backgammon, mainly used CImage class to draw, no AI, with the computer supports only two
Platform: | Size: 847872 | Author: 鲁格 | Hits:

[GDI-BitmapTabTest

Description: 开源库ximage使用,ximage与mfc的CImage读写图片速度比较。-Ximage use open source libraries, ximage with mfc pictures of CImage write speed comparison.
Platform: | Size: 252928 | Author: linjuncheng | Hits:

[GDI-BitmapImageProcessing

Description: VC2010 图像处理 基本框架 使用MFC的CImage类-Image Processing VC2010 CImage
Platform: | Size: 216064 | Author: kevin | Hits:

[Windows Developdesktopimage

Description: vs2017 c++ mfc 利用CimageDC 类 截屏显示保存文件 CWindowDC winDC(pWnd); pWnd->GetWindowRect(&rect); int nBPP = winDC.GetDeviceCaps(BITSPIXEL) * winDC.GetDeviceCaps(PLANES); if (nBPP < 24) { nBPP = 24; } bStat = image.Create(rect.Width(), rect.Height(), nBPP); ASSERT(bStat); //断言 CImageDC imageDC(image); ::BitBlt(imageDC, 0, 0, rect.Width(), rect.Height(), winDC, 0, 0, SRCCOPY); //填充数据(vs2017 c++ mfc utilize Class CimageDC Screen capture save file)
Platform: | Size: 66560 | Author: qq8533 | Hits:

CodeBus www.codebus.net